home *** CD-ROM | disk | FTP | other *** search
/ Wayzata's Best of Shareware PC/Windows 2 / Wayzata's Best of Shareware 2.0 (Windows) (Wayzata Technology)(7112)(1994).bin / pc / dos / programg / pbwiz15 / pbwiz.new < prev    next >
Text File  |  1992-10-04  |  5KB  |  127 lines

  1. PBWiz 1.5, 10/05/92:
  2.  
  3.    Added support for 256-color SuperVGA modes on any adapter
  4.    with the Tseng 4000 chipset (most SVGAs).  You can use any
  5.    mode supported by your adapter and monitor.  The unit has
  6.    been tested with modes from 640x350 to 1024x768 resolution.
  7.  
  8.  
  9.  
  10. PBWiz 1.4, 09/02/92:
  11.  
  12.    PBWiz can now be registered online by CompuServe members
  13.    (use GO SWREG).  PBWiz is registration I.D. #209.
  14.  
  15.    Added the DIRMGR unit, which lets you scan disk directories.
  16.    You can specify search attributes and filenames with full
  17.    path and wildcard capabilities.  For matched files, you can
  18.    obtain the file name, attribute, time, date, and size.
  19.    Directory recursion is also supported.
  20.  
  21.    The archive scanner can now scan self-extracting .EXE files
  22.    created by LHARC in addition to the usual archive formats.
  23.  
  24.    The expression evaluator now supports the constant PI and a
  25.    variety of functions:
  26.      ABS, ACOS, ASIN, ATAN, COS, FRAC, INT, LOG, SIN, SQR, TAN
  27.  
  28.    A command-line calculator has been added to show off the
  29.    expression evaluator.  See CALC.BAS and CALC.EXE.
  30.  
  31.    The Processor% function can now tell 80486s from 80386s.
  32.  
  33.    The VARCDEMO program has been renamed to ARCVIEW.
  34.  
  35.  
  36.  
  37. PBWiz 1.3, 06/30/92:
  38.  
  39.    Added a unit for ANSI emulation.  This unit allows you to
  40.    use ANSI codes without requiring ANSI.SYS or a similar
  41.    display driver.
  42.  
  43.    Functions which return the number of serial and parallel
  44.    ports installed have been added to the equipment unit.
  45.  
  46.    A special fast print routine has been added to the video
  47.    unit.  It skips spaces rather than displaying them, making
  48.    it easy to overlay existing text.
  49.  
  50.    Ceiling and floor functions have been added to the math
  51.    extensions unit.
  52.  
  53.    If you're using the excellent 4DOS command shell, try the
  54.    new ADD4DOS.BAT file.  It will add directory descriptions to
  55.    the PBWiz files-- no more guessing about file names!
  56.  
  57.  
  58.  
  59. PBWiz 1.2, 03/01/92:
  60.  
  61.    Inexplicably, I managed to leave many of the DECLAREs for
  62.    the MOUSE unit out of the previous releases.  There was also
  63.    an error in one of the DECLAREs for the equipment unit.
  64.    These have been fixed.
  65.  
  66.    I've added a demo to show the use of the equipment and video
  67.    unit.  Type "DEMO" to take a look.  I've also added a demo
  68.    for the archive viewing routines.  Type "VARCDEMO filename"
  69.    for a plain list, or add the "/V" option for a detailed view
  70.    of the archive.
  71.  
  72.    The various $INCLUDE files have been gathered together into
  73.    a single file, PBWIZ.INC, for convenience.  I've also added
  74.    a quick reference of the routines, PBWIZ.REF.
  75.  
  76.    A display unit has been added.  This includes scrolling in
  77.    any direction, DOS/ANSI output (print, cls, color, locate),
  78.    save/restore any part of a screen, fast and flexible string
  79.    displays, recoloring of selected areas, and pop-up windows.
  80.  
  81.    The EXTMATH.PBU unit has been split in two: EXTMATHA.OBJ &
  82.    EXTMATHB.PBU. This allowed me to add a number of
  83.    assembly-language routines to the math unit, including bit
  84.    shifts and rotatations.
  85.  
  86.    The EQUIPMEN.OBJ unit has been extended to return the BIOS
  87.    date and PC type information.  It can now also tell you
  88.    whether DR DOS is being used instead of MS-DOS.
  89.  
  90.    There have been some changes to WHERE.BBS.  Of particular
  91.    note to PowerBASIC users is that The Bard's Lair (Dave
  92.    Navarro's board) is gone.  Dave has moved to The Consultant
  93.    BBS, as have I.  See the WHERE.BBS file for more info.
  94.  
  95.  
  96.  
  97. PBWIZ 1.1, 01/10/92:
  98.  
  99.    The documentation has been reformatted.  Ample room has been
  100.    left for margins in case you'd like to create a bound manual.
  101.  
  102.    A brief demo program has been added to demonstrate the use
  103.    of PBWiz.  It shows the 256-color graphics modes in action.
  104.    Type VGADEMO to try it out.
  105.  
  106.    Two sets of memory routines have been added, giving you
  107.    access to EMS and XMS memory.  The older EMS 3.x and EEMS
  108.    standards are supported as well as the current EMS 4.0.
  109.  
  110.    Comprehensive keyboard control has been added.  Get the
  111.    states of any alt, control, or shift key; get or set
  112.    CapsLock, Insert, NumLock, ScrollLock; access 101-key
  113.    "enhanced" keyboards; put a string into the keyboard buffer;
  114.    speed up the keyboard; take control of the PrintScreen key;
  115.    see what a key is without actually getting it; more.
  116.  
  117.  
  118.  
  119. PBWIZ 1.0, 12/03/91:
  120.  
  121.    This is the initial release of The PowerBASIC Wizard's
  122.    Library, featuring extended math support, a numeric
  123.    expression evaluator, mouse support, string handling,
  124.    equipment information routines, time/date manipulation,
  125.    viewing archives (ARC, ARJ, LZH, PAK, ZIP, ZOO), and VGA
  126.    graphics (320x200 and 360x480 in 256 colors).
  127.